home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qrep12.zip / 1.QRP next >
Text File  |  1994-06-21  |  8KB  |  140 lines

  1. *
  2. *   This is a sample QRep configuration file.  The following lines define and
  3. *   explain each of the keywords currently supported by QRep.
  4. *
  5. *   All keywords must begin in column 1 of a line, and must be immediately
  6. *   followed by a '=' character.  Do not insert any spaces between the keyword,
  7. *   the '=' character, and the configuration data.  If the configuration data
  8. *   contains spaces, such as when you're entering the subject line of a
  9. *   message, then it must be enclosed in double quotes (").  If there are no
  10. *   spaces, then you do not need to use quotes.
  11. *
  12. *   Keywords may be entered in any case (upper or lower), and keyword lines
  13. *   may be entered in any order in the configuration file.
  14. *
  15. *   When QRep encounters either an asterisk (*) or a blank space in column 1
  16. *   of a line, it treats the rest of the line as a comment line.
  17. *
  18.  
  19. days=7
  20.  ┌─────────────────────────────────────────────────────────────────────────┐
  21.  │ Tells QRep how many days are to be skipped between messages.  The file  │
  22.  │ date on the configuration file is the date a message was last sent.     │
  23.  │ QRep adds the number of days specified here to that date to get the     │
  24.  │ next date the message is to be sent.  If the next date is less than or  │
  25.  │ equal to the current system date, then QRep will generate a message.    │
  26.  │ If it is greater than the current system date, then QRep will end and   │
  27.  │ return to the command line without generating a message.  This feature  │
  28.  │ is useful in situations where you are advertising items for sale, but   │
  29.  │ the network you're using limits the frequency of your advertisements.   │
  30.  │ It is also useful to moderators because it lets them send out           │
  31.  │ conference rules or guidelines on a regular, automated basis.           │
  32.  │                                                                         │
  33.  │ The number of days may range from 0 to 32767.  Setting the number of    │
  34.  │ days to 0 or not specifying the DAYS= or DAYOFMONTH= parameters will    │
  35.  │ cause QRep to generate a message every time it is run.                  │
  36.  └─────────────────────────────────────────────────────────────────────────┘
  37.  
  38. dayofmonth=1
  39.  ┌───────────────────────────────────────────────────────────────────────┐
  40.  │ Post a message when the day of the month equals the specified number. │
  41.  │ If this parameter is specified, the DAYS= parameter is ignored.  If   │
  42.  │ not specified, QRep automatically sets it to zero.                    │
  43.  └───────────────────────────────────────────────────────────────────────┘
  44.  
  45. dayofweek=2
  46.  ┌───────────────────────────────────────────────────────────────────────────┐
  47.  │ Post a message when the day of the week equals the specified number.      │
  48.  │ Numbers are:  Monday = 1, Tuesday = 2, ... Sunday = 7.  If this parameter │
  49.  │ is specified, the DAYS= and DAYOFMONTH= parameters are ignored.  If not   │
  50.  │ specified, QRep automatically sets it to zero.                            │
  51.  └───────────────────────────────────────────────────────────────────────────┘
  52.  
  53. lines=99
  54.  ┌─────────────────────────────────────────────────────────────────────────┐
  55.  │ Sets the maximum lines allowed per message, up to and including the     │
  56.  │ tagline.  If a message exceeds this number, it will be split into       │
  57.  │ separate messages.                                                      │
  58.  │                                                                         │
  59.  │ The standard number of lines for most bulletin board systems is 99.     │
  60.  │ QRep is capable of generating a maximum of 32767 lines per message.     │
  61.  └─────────────────────────────────────────────────────────────────────────┘
  62.  
  63. bbs=pc-ohio
  64.  ┌─────────────────────────────────────────────────────────────────────────┐
  65.  │ Specifies the BBS ID of the bulletin board to which the resulting REP   │
  66.  │ packet is to be uploaded.  QRep will append .MSG to this name to create │
  67.  │ or update a QWK compatible reply file.  You must use a compression      │
  68.  │ software package such as PKZIP to compress the reply file into a        │
  69.  │ BBS_ID.REP packet, where BBS_ID is replaced with the name you specify   │
  70.  │ on the above BBS= line.                                                 │
  71.  └─────────────────────────────────────────────────────────────────────────┘
  72.  
  73. to=ALL
  74.  ┌─────────────────────────────────────────────────────────────────────────┐
  75.  │ Specifies the name of the person to whom the message is addressed.  The │
  76.  │ entire name may contain up to 25 characters and/or spaces.  If the name │
  77.  │ contains spaces, it must be enclosed in double quotes.                  │
  78.  └─────────────────────────────────────────────────────────────────────────┘
  79.  
  80. from="BRIAN SHOWALTER"
  81.  ┌─────────────────────────────────────────────────────────────────────────┐
  82.  │ Specifies the name of the person from whom the message is sent.  The    │
  83.  │ entire name may contain up to 25 characters and/or spaces.  If the name │
  84.  │ contains spaces, it must be enclosed in double quotes.                  │
  85.  └─────────────────────────────────────────────────────────────────────────┘
  86.  
  87. subj="QRep is here!"
  88.  ┌─────────────────────────────────────────────────────────────────────────┐
  89.  │ Specifies the subject line of the message.  The subject may consist of  │
  90.  │ up to 25 characters and/or spaces.  If it contains spaces, then it must │
  91.  │ be enclosed in double quotes.                                           │
  92.  └─────────────────────────────────────────────────────────────────────────┘
  93.  
  94. conf=1002
  95.  ┌─────────────────────────────────────────────────────────────────────────┐
  96.  │ Specifies the number of the conference into which the message is to be  │
  97.  │ placed.                                                                 │
  98.  │                                                                         │
  99.  │ The maximum conference number is dependent on the BBS software in use   │
  100.  │ on the host system, however, QRep can support up to 32767 conferences.  │
  101.  └─────────────────────────────────────────────────────────────────────────┘
  102.  
  103. status=p
  104.  ┌─────────────────────────────────────────────────────────────────────────┐
  105.  │ Specifies the message status.  Valid codes are:                         │
  106.  │   p = public   v = private   s = password   g = group                   │
  107.  └─────────────────────────────────────────────────────────────────────────┘
  108.  
  109. password=qrep
  110.  ┌─────────────────────────────────────────────────────────────────────────┐
  111.  │ Specifies the password to be used to access the message if the status   │
  112.  │ is "password" or "group".  Ignored if status is "public" or "private".  │
  113.  └─────────────────────────────────────────────────────────────────────────┘
  114.  
  115. fido=n
  116.  ┌─────────────────────────────────────────────────────────────────────────┐
  117.  │ If "y", QRep will use FidoNet style taglines, as indicated below:       │
  118.  │                                                                         │
  119.  │ ... QRep 1.1 #1234 * This is your tagline                               │
  120.  │                                                                         │
  121.  │                                                                         │
  122.  │ Otherwise it will use normal QWK style tearlines.                       │
  123.  │                                                                         │
  124.  │ ---                                                                     │
  125.  │  ■ QRep 1.1 #1234 ■ This is your tagline                                │
  126.  │                                                                         │
  127.  └─────────────────────────────────────────────────────────────────────────┘
  128.  
  129. tagline="The ultimate automated message generator!"
  130.  ┌─────────────────────────────────────────────────────────────────────────┐
  131.  │ Specifies the tagline which is to be appended to the end of the         │
  132.  │ message.  (SUPPORTED IN REGISTERED VERSION ONLY)                        │
  133.  └─────────────────────────────────────────────────────────────────────────┘
  134.  
  135. text=c:\qrep\test.txt
  136.  ┌──────────────────────────────────